home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / Visual Cafe Pro v1.0 / TUTORIAL.BIN / MethodNotFoundException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-12-20  |  324 b   |  11 lines

  1. package symantec.tools.dmi;
  2.  
  3. class MethodNotFoundException extends Exception {
  4.    public MethodNotFoundException() {
  5.    }
  6.  
  7.    public MethodNotFoundException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.